home *** CD-ROM | disk | FTP | other *** search
Makefile | 1996-02-15 | 613 b | 27 lines |
- # User include files.
- #
- # Copyright (c) 1996 Systems Architecture Research Centre,
- # City University, London, UK.
- #
- # See the file "license.terms" for information on usage and redistribution
- # of this file, and for a DISCLAIMER OF ALL WARRANTIES.
- #
- # Written by Tim Wilkinson <tim@sarc.city.ac.uk>, February 1996.
-
- INSTALL= @INSTALL@
- INSTALL_DATA= @INSTALL_DATA@
- prefix= @prefix@
- srcdir= @srcdir@
- incdir= @includedir@/kaffe
-
- all:
-
- clean:
-
- distclean:
-
- install:
- -mkdir -p $(incdir)
- $(INSTALL_DATA) $(srcdir)/native.h $(incdir)/native.h
- $(INSTALL_DATA) $(srcdir)/stubPreamble.h $(incdir)/stubPreamble.h
-